-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to schedule automation requests via workflow #18741
Add option to schedule automation requests via workflow #18741
Conversation
@d-m-u Cannot apply the following label because they are not recognized: enhancement |
@miq-bot add_label enhancement |
@d-m-u unrecognized command 'unassign', ignoring... Accepted commands are: add_label, add_reviewer, assign, close_issue, move_issue, remove_label, rm_label, remove_reviewer, set_milestone |
aa1b124
to
683431e
Compare
@miq-bot remove_label wip |
6f879de
to
75387cc
Compare
anyone want to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the minor test comment is resolved.
75387cc
to
e086131
Compare
Checked commit d-m-u@e086131 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
AutomationRequests should have the same scheduling option as we have with provisioning requests. This is the counterpart to ManageIQ/manageiq-api#583. The option gets used https://github.com/ManageIQ/manageiq/blob/master/app/models/miq_request_task.rb#L174 when the task gets queued.
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1486765
related to
ManageIQ/manageiq-api#583